home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / blue_ribbon / patchmeister / help / driver_sysexscrolllist < prev    next >
Text File  |  1994-11-17  |  976b  |  21 lines

  1. This area of the window is used to display raw sysex data.  The left
  2. side of the window shows actual hex values, while the right side shows
  3. the same data in ASCII format.
  4.  
  5. If you aren't used to looking at raw sysex data it can be pretty
  6. intimidating, but if you can count characters you can create drivers.
  7. All you have to remember is that you must start counting with zero
  8. (0) instead of one (1).  The first character has an offset of 0, the
  9. second character has an offset of 1, etc.
  10.  
  11. Actually, you can even use the CREATE DRIVER window to help you count,
  12. because if you hold down the left mouse button while you are pointing
  13. over the raw sysex data, the current character count (offset) will be
  14. displayed in the `»» Work Area ««' title bar.  It will be displayed in
  15. decimal as well as hex.
  16.  
  17. Read help for the ROUTE gadget to see how to display raw sysex data.
  18.  
  19. Read the help text for the Ch, D, N1, N2 and Ck gadgets to see how you
  20. can simplify the driver creation process!
  21.